home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000050_news@columbia.edu_Mon Jul 31 23:54:39 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28750
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 31 Jul 1995 20:55:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA03210
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 31 Jul 1995 20:55:35 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!news01.aud.alcatel.com!seas.smu.edu!!mahsu
  6. From: mahsu@news.uta.edu.uta.edu (Mr. C. P. Hsu)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Help! install Kermit on linux
  9. Date: 31 Jul 1995 23:54:39 GMT
  10. Organization: University of Texas Arlington
  11. Lines: 41
  12. Message-Id: <3vjqfv$j46@utaipx02.uta.edu>
  13. Nntp-Posting-Host: utacnvx.uta.edu
  14. X-Newsreader: TIN [version 1.1 PL9]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. Hi, everybody, 
  19.  
  20. I had a problem of installing the Kermit5A(190) on my newly installed
  21. linux(486DX33).   I have no idea about how to fix it.  I'll appreciate 
  22. if someone could tell me how to solve this problem.
  23.  
  24. Here is the error message I got. I was using gcc 2.6.3 to make Kermit5A:
  25.  
  26. Making C-Kermit "5A(190)" for Linux...
  27. For FSSTND-recommended UUCP lockfiles, use:
  28.   make linux "KFLAGS=-DLINUXFSSTND
  29. Use "make linuxtcp" to add TCP/IP support.
  30. Read comments in makefile for additional options.
  31. make wermit "CC = gcc" "CC2 = gcc" \
  32. "CFLAGS = -O -DPOSIX -DDYNAMIC -DCK_CURSES -DCK_POSIX_SIG \
  33. " "LNKFLAGS = " "LIBS = -lncurses -ltermcap" 
  34.  
  35. ...
  36.  
  37. make[1]: Entering directory `/usr/src/kermit'
  38. gcc  -o wermit ckcmai.o ckutio.o \
  39.         ckufio.o ckcfns.o ckcfn2.o ckcfn3.o \
  40.         ckuxla.o ckcpro.o ckucmd.o ckuus2.o \
  41.         ckuus3.o ckuus4.o ckuus5.o ckuus6.o \
  42.         ckuus7.o ckuusx.o ckuusy.o ckuusr.o \
  43.         ckucon.o ckudia.o ckuscr.o ckcnet.o -lncurses -ltermcap
  44. lib_tparm.o(.text+0xcb0): multiple definition of `tgoto'
  45. lib_termcap.o(.text+0x160): first defined here
  46. make[1]: *** [wermit] Error 1
  47. make[1]: Leaving directory `/usr/src/kermit'
  48. make: *** [linux] Error 2
  49.  
  50. Thanks.
  51.  
  52. C. P. Hsu
  53. Math Dept. U. of Texas @ Arlington
  54. mahsu@utacnvx.uta.edu
  55.  
  56.  
  57.